home *** CD-ROM | disk | FTP | other *** search
/ 17 Bit Software 3: The Continuation / 17-Bit_The_Continuation_Disc.iso / amigan / amigan 20 / jimutils / include / offsets / clist.i < prev    next >
Encoding:
Text File  |  1994-01-27  |  612 b   |  29 lines

  1.     ifnd    Call
  2. Call    macro                ; a macro to call library routines
  3.     jsr    _LVO\1(a6)
  4.     endm
  5.     endc
  6.  
  7. _LVOInitCLPool    EQU    -30        ; -$1e
  8. _LVOAllocCList    EQU    -36        ; -$24
  9. _LVOFreeCList    EQU    -42
  10. _LVOFlushCList    EQU    -48
  11. _LVOSizeCList    EQU    -54
  12. _LVOPutCLChar    EQU    -60
  13. _LVOGetCLChar    EQU    -66
  14. _LVOUnGetCLChar EQU    -72
  15. _LVOUnPutCLChar EQU    -78
  16. _LVOPutCLWord    EQU    -84
  17. _LVOGetCLWord    EQU    -90
  18. _LVOUnGetCLWord EQU    -96
  19. _LVOUnPutCLWord EQU    -102
  20. _LVOPutCLBuf    EQU    -108
  21. _LVOGetCLBuf    EQU    -114
  22. _LVOMarkCList    EQU    -120
  23. _LVOIncrCLMark    EQU    -126
  24. _LVOPeekCLMark    EQU    -132
  25. _LVOSplitCList    EQU    -138
  26. _LVOCopyCList    EQU    -144
  27. _LVOSubCList    EQU    -150
  28. _LVOConcatCList EQU    -156
  29.